SftTabs/NET 6.0

OnRemove Method, TabCollectionClass Class

Softel vdm, Inc.

Performs additional custom processing before removing a tab from the TabCollectionClass instance.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Protected Overrides Sub OnRemove( _
     ByVal index As Integer, _
     ByVal value As Object )

C#   

protected override void OnRemove(
     int index,
     object value );

C++   

protected: virtual void OnRemove(
     int index,
     Object^ value );

index

The zero-based index of the tab about to be removed.

value

The tab to be removed.

Comments

The OnRemove method performs additional custom processing before removing a tab from the TabCollectionClass instance.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com